Added documentation about how to use the unit test runner.
[adiumx.git] / Plugins / Purple Service / AMPurpleJabberMoodTooltip.h
blob7e8e373e728dfeabe876de40543e4d9599efcc45
1 //
2 // AMPurpleJabberMoodTooltip.h
3 // Adium
4 //
5 // Created by Andreas Monitzer on 2007-06-12.
6 // Copyright 2007 Andreas Monitzer. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
10 #import <Adium/AIInterfaceControllerProtocol.h>
12 @class ESPurpleJabberAccount;
14 @interface AMPurpleJabberMoodTooltip : NSObject <AIContactListTooltipEntry> {
18 @end